TuitionDiscountPolicy 
EntityType  Independent 
Logical Entity Name  TuitionDiscountPolicy 
Default Table Name  SaTuitionDiscountPolicy 
Logical Only  NO 
Definition 
 
Note 
 

TuitionDiscountPolicy Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
TuitionDiscountPolicyId(PK)    INTEGER  NO 
 
Code    CHAR(8)  YES 
 
Name    VARCHAR(50)  YES 
 
CoursePercentageAmountFlag    CHAR(1)  NO 
 
CourseDiscountPercentage    NUMERIC(5, 2)  YES 
 
CourseDiscountAmount    MONEY(19, 4)  YES 
 
TermPercentageAmountFlag    CHAR(1)  NO 
 
TermDiscountPercentage    NUMERIC(5, 2)  YES 
 
TermDiscountAmount    MONEY(19, 4)  YES 
 
BillingCodeTransactionId(FK)    INTEGER  NO 
 
IsActive    BIT  NO 
 
CampusGroupId(FK)    INTEGER  YES 
 
CourseAttributeEqualsFlag    BIT  NO 
 
CourseLevelEqualsFlag    BIT  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
AgeStartDate    CHAR(1)  YES 
 
AgeSQL    VARCHAR(50)  YES 
 
IsAutomated    BIT  NO 
 

TuitionDiscountPolicy Keys 
Key Name  Key Type  Keys 
SaTuitionDiscountPolicy_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
SaTuitionDiscountPolicy_SaBillCodeID_N_N_IDX  Inversion Entry  BillingCodeTransactionId 
SaTuitionDiscountPolicy_SyCampusGrpID_NU_NC_IDX  Inversion Entry  CampusGroupId 
SaTuitionDiscountPolicy_Code_NU_NC_IDX  Inversion Entry  Code 
PK_SaTuitionDiscountPolicy_SaTuitionDiscountPolicyID_U_C_IDX  PrimaryKey  TuitionDiscountPolicyId 

TuitionDiscountPolicy Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
BillingTransactionCode  Non-Identifying  Zero or One to Zero or More        BillingCodeTransactionId  NO 
BillingTransactionCode  Non-Identifying  One To Zero or More        BillingCodeTransactionId  NO 
CampusGroup  Non-Identifying  Zero or One to Zero or More        CampusGroupId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
StudentAccountPendingTransaction  Non-Identifying  One To Zero or More          NO 
SaTuitionDiscountOrder  Non-Identifying  One To Zero or More          NO 
SaTuitionDiscountPolicyCourseAttribute  Non-Identifying  One To Zero or More          NO 
SaTuitionDiscountPolicyCourseLevel  Non-Identifying  One To Zero or More          NO 
SaTuitionDiscountPolicyStudentGroup  Non-Identifying  One To Zero or More          NO 

TuitionDiscountPolicy Check Constraints 
Check Constraint Name  CheckConstraint